WOFrame


Synopsis

WOFrame { value = aMethod; | src = aURL; ...};

Description

WOFrame represents itself as a dynamically generated Netscape Frame element.
value
Specifies the method that will supply the content for this frame.
src
Specifies the external source that will supply the content for this frame.


The value and src attributes are mutually exclusive.

Examples